.timeline {
    margin: 2.66667em 14.66667% !important;
}


/*Optimize Teampage */

.team-boxes-image-wrapper{
	background-color: #FFF;
	}

.teaser-boxes-item .image-wrapper, .team-boxes-item .image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
}

/*.team-boxes-item img:hover {
    transform: scale(4);
}*/

.team-boxes-item .hover-image {
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 0;
    width: 100%;
    -webkit-transition: bottom 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out;
    transition: bottom 0.2s ease-out;
}

.team-boxes-item:hover .hover-image {
	bottom: 0;
}

.team-boxes-item:hover img, 
.team-boxes-item:hover .no-image {
    opacity: 1;
    }
    
.team-boxes-item > h4 {
    margin-top: 0.42857em;
    font-size: 1em;
    color: #9ea8b6;
}

.team-boxes-item > p {
        font-size: small;
}

.headline-box h3 {
    color: #153867;
}

.footer-copyright {
    color: #153867;

}


@media screen and (max-width: 599px) {
	.team-boxes-item .team-boxes-social-links {
    bottom: 20px;
    }
    
    .team-boxes-item > p {
        display: none;
}

}



/*Optimize the Mitgliedschaften in the Footer*/
.footer-image-links {
	margin: 1em;
	margin-right: var(--page-padding-right);
	margin-left: var(--page-padding-left);
	padding: 0;
	text-align: center;
	list-style: none;
}
.footer-image-links ul,
.footer-image-links li {
	display: inline;
	margin: 0;
	padding: 0;
}
.footer-image-links a {
	display: inline-block;
	margin: 0 0.53333em;

	/*height: 4em;*/
	overflow: hidden;

	color: #9ea8b6;
}
.footer-image-links a:hover,
.footer-image-links a:focus {
	color: #ffffff;
	text-decoration: none;
	/*background: #dbe2ec;*/
}
.footer-image-links a:before {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0.66667em;
	font-size: 1.6em;
}

.centered-wrapper.-background-color-1 {
    background-color: #4477B6 !important; /* oder deine Wunschfarbe */
    color: #ffffff;
}

.main-navigation-search {
    display: none !important;
}


/*Optimize the Pictures in the Team Boxes
.team-boxes-item img {
    -webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.team-boxes-item:hover img,
.team-boxes-item:hover .no-image {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;	
	 -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
*/

/*Optimize the Top Navigation*/
.main-navigation > ul > li {
    margin-left: 0em;
} 



.team-boxes-image-wrapper {
    background-color: #ffffff !important;
}

/* Margin nur für Content-Elemente, aber nicht für Slider */
.mod_article [class^=ce_], .mod_article [class*=" ce_"], .mod_article [class^=content-], .mod_article [class*=" content-"], .mod_article [class^=mod_], .mod_article [class*=" mod_"], .mod_article [class^=module-], .mod_article [class*=" module-"] {
    margin-left: 0px;
    margin-right: 10px;
}
